From 046be4c53f25c38f59cefd8407a91c98759f3a21 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 25 Nov 2000 08:46:43 +0000 Subject: [PATCH] (shell-command): Mention the effect of the prefix argument in the doc string. --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/simple.el b/lisp/simple.el index 47651b4b147..0e70e83a157 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1122,6 +1122,7 @@ stdout will be intermixed in the output stream.") (defun shell-command (command &optional output-buffer error-buffer) "Execute string COMMAND in inferior shell; display output, if any. +With prefix argument, insert the COMMAND's output at point. If COMMAND ends in ampersand, execute it asynchronously. The output appears in the buffer `*Async Shell Command*'. -- 2.30.2